home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / dclistview / README < prev    next >
Text File  |  1998-06-01  |  1KB  |  40 lines

  1. Short:    EasyGUI PLUGIN: Dbl-clickable listview
  2. Type:     dev/e
  3. Author:   Victor Ducedre (victord@netrover.com)
  4. Date:     2-Jun-98
  5. Requires: OS v37+, dev/e/SvensModules.lha (optional)
  6.  
  7.     This plugin creates a GadTools Listview gadget, almost identical to the
  8. standard EasyGUI one, with an extra flag that's set when a list item is
  9. double-clicked.  
  10.  
  11. Changes to this version
  12. -----------------------
  13.  
  14.     v1.4 (2-Jun-98)
  15.  
  16.     -   no longer requires that utility.library is open, while still using
  17.         tag lists, and the module size is significantly smaller!  However, you
  18.         will need dev/e/SvensModules.lha to recompile dclistview.e;
  19.     -   small changes to set() method; there's no longer a return value when
  20.         set()ing DCLV_CURRENT;
  21.     -   bug, introduced in v1.2 node-counting "improvement" fixed;
  22.     -   finally converted docs to AmigaGuide® format;
  23.     -   example programs given proper $VER: strings
  24.  
  25. Copyright
  26. ---------
  27.  
  28. All files in this distribution are Copyright © 1997, 1998 Victor Ducedre
  29. except where otherwise indicated.  See documentation for full details of
  30. use and redistribution.
  31.  
  32. A version of this module is included in dev/e/EasyPLUGINS.lha, along with
  33. many other, more useful plugins.  Be sure to get this if you haven't already.
  34.  
  35. A version of this module is also included in dev/e/newgui.lha without my
  36. permission, and without giving any credit at all.
  37.  
  38. be seeing you
  39. Victor Ducedre (victord@netrover.com)
  40.